home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-04-25 | 3.6 KB | 116 lines | [TEXT/R*ch] |
- #
- # File: USBModem.make
- #
- # Contains: xxx put contents here xxx
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1998-1999 by Apple Computer, Inc., all rights reserved.
- #
- # File Ownership:
- #
- # DRI: xxx put dri here xxx
- #
- # Other Contact: xxx put other contact here xxx
- #
- # Technology: xxx put technology here xxx
- #
-
- MAKEFILE = USBModem.make
-
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
-
- DriverName = USBModem
-
- Includes = -i {USBInterfacesInternal},{USBInterfacesExternal}
- Sym•PPC = -sym on
- ObjDir•PPC = {USBObjects}
- ModemDriverTarget = {USBTargets}Drivers:{DriverName}
- ReleaseTarget = {USBTargets}Drivers:{RealName}
-
- PPCCOptions = {Includes} {Sym•PPC}
-
- Objects•PPC = ∂
- "{ObjDir•PPC}ModemDriver.c.x" ∂
- "{ObjDir•PPC}ModemStub.c.x" ∂
- "{ObjDir•PPC}ShimSerialStub.c.x" ∂
- "{ObjDir•PPC}ShimSerialHAL.c.x"
-
- modemDriver ƒƒ {ModemDriverTarget}
-
- {ModemDriverTarget} ƒƒ ∂
- {•MondoBuild•} ∂
- {Objects•PPC} ∂
- "{USBInterfacesInternal}USBClassDriver.exp"
- PPCLink ∂
- -map "{USBMapDir}USBModem.map" ∂
- -t 'ndrv' ∂
- -c 'usbd' ∂
- -o {ModemDriverTarget} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -xm sharedlibrary ∂
- -init InitDriver ∂
- -share context ∂
- -@export "{USBInterfacesInternal}USBClassDriver.exp"∂
- -export SerHAL_Entry ∂
- -weak USBExpertStatusLevel ∂
- "{USBLibraries}USBServicesLib" ∂
- "{SharedLibraries}InterfaceLib" ∂
- "{SharedLibraries}NameRegistryLib" ∂
- "{SharedLibraries}DriverLoaderLib" ∂
- "{SharedLibraries}DriverServicesLib" ∂
- "{SharedLibraries}PCILib" ∂
- "{SharedLibraries}StdCLib" ∂
- "{PPCLibraries}PPCCRuntime.o"
- Rez -a -o {ModemDriverTarget} ModemDriver.r
-
- "{ObjDir•PPC}modemDriver.c.x" ƒ {•MondoBuild•} ∂
- ModemDriver.c ∂
- ModemDriver.h ∂
- Modem.h ∂
- "{USBInterfacesExternal}USB.h"
- {PPCC} modemDriver.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}ModemStub.c.x" ƒ {•MondoBuild•} ∂
- ModemStub.c ∂
- ModemStub.h ∂
- Modem.h ∂
- ModemVersion.h ∂
- "{USBInterfacesExternal}USB.h"
- {PPCC} ModemStub.c -o {Targ} {PPCCOptions}
-
- {ObjDir•PPC}ShimSerialHAL.c.x ƒ {•MondoBuild•} ∂
- ShimSerialHAL.c ∂
- ShimSerialHAL.h ∂
- Modem.h ∂
- {CIncludes}CommResources.h ∂
- {CIncludes}CRMSerialDevices.h ∂
- {CIncludes}Devices.h ∂
- {CIncludes}DriverServices.h ∂
- {CIncludes}Interrupts.h ∂
- {CIncludes}LowMem.h ∂
- {CIncludes}NameRegistry.h ∂
- {CIncludes}Serial.h ∂
- {CIncludes}Types.h
- {PPCC} ShimSerialHAL.c -o {Targ} {PPCCOptions}
-
- {ObjDir•PPC}ShimSerialStub.c.x ƒ {•MondoBuild•} ∂
- ShimSerialStub.c ∂
- ShimSerialStub.h ∂
- Modem.h ∂
- {CIncludes}CommResources.h ∂
- {CIncludes}CRMSerialDevices.h ∂
- {CIncludes}Devices.h ∂
- {CIncludes}DriverServices.h ∂
- {CIncludes}Interrupts.h ∂
- {CIncludes}LowMem.h ∂
- {CIncludes}NameRegistry.h ∂
- {CIncludes}Serial.h ∂
- {CIncludes}TextUtils.h ∂
- {CIncludes}Types.h
- {PPCC} ShimSerialStub.c -o {Targ} {PPCCOptions}
-
- Clean ƒƒ
- Delete -i {Objects•PPC}
- Delete -i {ModemDriverTarget}
- Delete -i "{USBReleaseExtensions}{DriverName}"